ATT-TMF-PWTAUTOMATE
New Connect Cancel Product Order flow
The New Connect Cancel Product Order flow may be run as follows:


Sample payload requests for using this flow/API:
POST triggerCreateProductOrder​
{ ​
"orderActionType": "New Connect", ​
"orderType": "FTI",​
"ipType": "static"​
}
POST triggerCancelProductOrder​
{ ​
"id": "300130072", ​
"cancellationReason": "Customer Canceled Order"​
}
POST triggerRequestForInstallationEvent​
{ ​
"id": "300130072", ​
"message": "PublishAccessNetworkOrderStatus" ​
}